home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / gui / bgui11b.lha / docs / checkboxclass.doc < prev    next >
Encoding:
Text File  |  1994-07-05  |  1.5 KB  |  54 lines

  1.  
  2.            $RCSfile: checkboxclass.doc,v $
  3.         Description: Checkboxclass documentation.
  4.           Copyright: (C) Copyright 1994 Jaba Development.
  5.                      (C) Copyright 1994 Jan van den Baard.
  6.                      All Rights Reserved.
  7.  
  8.             $Author: jaba $
  9.           $Revision: 1.1 $
  10.               $Date: 1994/07/04 21:05:30 $
  11. ------------------------------------------------------------------------------
  12.  
  13. TABLE OF CONTENTS
  14.  
  15. checkboxclass/--background--
  16. checkboxclass/Methods
  17. checkboxclass/Attributes
  18.  
  19. checkboxclass/--background--                      checkboxclass/--background--
  20.  
  21.     NAME
  22.         Class:          checkboxclass
  23.         Superclass:     baseclass
  24.         Include File:   <libraries/bgui.h>
  25.  
  26.     FUNCTION
  27.  
  28.         To provide a gadget simular to the gadtools.library it's checkbox kind.
  29.         Objects of this class will send the following  attribute pairs  in it's
  30.         notification events.
  31.  
  32.         GA_ID           - Gadget object ID.
  33.         GA_Selected     - Gadget object selected state.
  34.  
  35. checkboxclass/Methods                                     checkboxclass/Methods
  36.  
  37.     NEW METHODS
  38.         None.
  39.  
  40.     CHANGED METHODS
  41.         None.
  42.  
  43. checkboxclass/Attributes                              checkboxclass/Attributes
  44.  
  45.     NAME
  46.         GA_Selected - ( BOOL )
  47.  
  48.     FUNCTION
  49.         This  attributes  has  an  extended  applicability.  It  has been made
  50.         get-able  to  make  it  easy to inquire about the selected state of an
  51.         object.
  52.  
  53.         Default is FALSE. Applicability is (ISGNU).
  54.